home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / os-includeppc / inline / potgo.h < prev    next >
C/C++ Source or Header  |  1997-04-14  |  646b  |  27 lines

  1. /* Automatically generated header! Do not edit! */
  2.  
  3. #ifndef _INLINE_POTGO_H
  4. #define _INLINE_POTGO_H
  5.  
  6. #ifndef __INLINE_MACROS_H
  7. #include <inline/macros.h>
  8. #endif /* !__INLINE_MACROS_H */
  9.  
  10. #ifndef POTGO_BASE_NAME
  11. #define POTGO_BASE_NAME PotgoBase
  12. #endif /* !POTGO_BASE_NAME */
  13.  
  14. #define AllocPotBits(bits) \
  15.     LP1(0x6, UWORD, AllocPotBits, unsigned long, bits, d0, \
  16.     , POTGO_BASE_NAME)
  17.  
  18. #define FreePotBits(bits) \
  19.     LP1NR(0xc, FreePotBits, unsigned long, bits, d0, \
  20.     , POTGO_BASE_NAME)
  21.  
  22. #define WritePotgo(word, mask) \
  23.     LP2NR(0x12, WritePotgo, unsigned long, word, d0, unsigned long, mask, d1, \
  24.     , POTGO_BASE_NAME)
  25.  
  26. #endif /* !_INLINE_POTGO_H */
  27.